SftTree/NET 2.0

Enabled Property, RowHeadersClass Class

Softel vdm, Inc.

Defines whether row headers are enabled.

Syntax      RowHeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Enabled As Boolean

C#   

public bool Enabled { get; set; }

C++   

public: property bool Enabled {
        bool get();
        void set(bool value);
}

Property Value

True if enabled, otherwise False.

The default value is True.

Comments

The Enabled property defines whether row headers are enabled.

Cells can also be disabled individually using the CellBaseClass.Enabled property.

If row headers are disabled, all cells are rendered as if they were disabled, overriding the cell's CellBaseClass.Enabled property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com